• SQL Server Management Studio (SSMS) 19 Download, Install and New Features

    Updated: 2023-03-31 05:00:00
    Get started with SQL Server Management Studio (SSMS) 19 and learn about some of the changes available in this latest version of SSMS.

  • GENERATE_SERIES: My new go-to to build sets

    Updated: 2023-03-30 23:21:49
    I have come across a lot of use cases for manufacturing rows on the fly, aside from the common goal of populating a large data set such as a numbers or calendar table. A few favorites include building sample data, pivoting an unknown number of columns, data extrapolation, and filling gaps in date or time … The post GENERATE_SERIES: My new go-to to build sets appeared first on Simple Talk.

  • Optimizer statistics preferences

    Updated: 2023-03-30 22:38:00
    What are optimizer statistics preferences? The statistics preferences of the optimizer determine the preset values of the parameters used by automatic statistics collection and the DBMS_STATS statistics gathering processes. |We can configure optimizer information at the table, schema, database (all tables), and global levels. A global preference refers to tables with no preferences as well […] The post Optimizer statistics preferences appeared first on Techgoeasy.

  • A Beginners Guide to MySQL Replication Part 1

    Updated: 2023-03-30 15:48:18
    MySQL Replication is a process where data from one MySQL database known as the source (formerly called “master”) is copied over to one or more other databases called replicas (formerly called “slaves”). Think of this like having a backup buddy that is always in sync and up to date, giving you peace of mind. It’s … The post A Beginners Guide to MySQL Replication Part 1 appeared first on Simple Talk.

  • How to use the Custom Power KPI Visual in Power BI

    Updated: 2023-03-30 05:00:00
    Learn how to use the Power KPI visual to add Key Performance indicators to Power BI reports.

  • Benefits and Limitations of SCHEMABINDING Views in SQL Server

    Updated: 2023-03-30 05:00:00
    Learn about schema binding when creating SQL Server views and the benefits and limitations.

  • How to check column statistics in Oracle

    Updated: 2023-03-29 22:11:00
    When we ran gather stats on the table, it generate table stats, index stats, and column stats. Column statistics are used in the optimizer’s selectivity calculations Let’s see how to find it How to check column statistics in Oracle Column stats can be found from dba_tab_columns or dba_tab_col_statistics SELECT column_name, num_distinct, density, num_nulls, avg_col_len, num_buckets, […] The post How to check column statistics in Oracle appeared first on Techgoeasy.

  • Storage Options and Database Services for Google Cloud Platform (GCP) - Part 2

    Updated: 2023-03-29 05:00:00
    This article provides an overview of the Google Cloud Platform GCP and looks at storage options and database services when using GCP.

  • Creating a Standalone Executable Python Application

    Updated: 2023-03-29 05:00:00
    In this article, learn how to build a standalone Python application without the need to have Python installed for the application user.

  • How to check Index statistics in Oracle

    Updated: 2023-03-28 22:41:00
    Indexes are used to fasten access to the record in Oracle. Optimizer chooses an index over a full table scan based on the Index statistics. The statistics allow the optimizer to calculate the effectiveness of using one index over another. Let’s check out how to find the index statistics How to check Index statistics for […] The post How to check Index statistics in Oracle appeared first on Techgoeasy.

  • The Difference Between SQL Statement, Command, Clause, Batch, etc.

    Updated: 2023-03-28 05:00:00
    I often hear the words clause, statement, command, expression, batch, etc., used when describing aspects of SQL Server. Learn what these terms mean.

  • How to check Gather stats on a table in Oracle

    Updated: 2023-03-27 22:02:00
    Many times, we might want to check if gather stats ran on the table and when it ran last time. We can find this query dba_tables or user_tables view. let’s see a few queries related to this How to check gather stats on a table col num_rows format 999999990 heading 'ROWS' col avg_row_len format 9990 […] The post How to check Gather stats on a table in Oracle appeared first on Techgoeasy.

  • Using Virtual Network Data Gateways to Secure Access to Azure SQL in Power BI

    Updated: 2023-03-27 16:29:44
    Power BI and Azure are two related services, but with a considerable independence between them. Power BI share the Azure Tenant for security management, but in relation to networking, they are in completely different environments. Frequently Power BI needs to access to Azure resources, such as Azure SQL. If we use the easier and most … The post Using Virtual Network Data Gateways to Secure Access to Azure SQL in Power BI appeared first on Simple Talk.

  • 6 Benefits of �Upskilling� or �Reskilling� in Your Job Search

    Updated: 2023-03-27 05:00:00
    Here are six benefits and how to take advantage of them to learn key skills and technologies that will HELP you, especially during a job search.

  • Query All Databases Across Multiple SQL Servers and Store Results in Table

    Updated: 2023-03-27 05:00:00
    In this article, learn how to query all databases on multiple SQL Servers and store the results in a single table.

  • How to check automatic statistics collection in Oracle

    Updated: 2023-03-26 14:02:35
    What is automatic statistics collection in Oracle? Automatic statistics jobs automatically gather Missing and Stale statistics on tables, indexes, and partitions for use by the Cost Based Optimizer (CBO) in determining the most optimal access paths for queries. This job was built to assist with the collection of statistics from the start with newly created […] The post How to check automatic statistics collection in Oracle appeared first on Techgoeasy.

  • Enhancing SSIS ETL Tools with SolarWinds Task Factory

    Updated: 2023-03-26 05:00:00
    Learn how to enhance native SSIS Packages with new connectivity options, components for productivity and exceptional performance with SolarWinds Task Factory.

  • How to Monitor Storage Performance with a Single Application

    Updated: 2023-03-26 05:00:00
    Learn about storage monitoring and storage performance for your SQL Server environment with Storage Resource Monitor.

  • Seamless Monitoring and Reporting for SQL Server

    Updated: 2023-03-26 05:00:00
    SolarWinds SAM provides a one-stop method to easily and seamlessly implement a top tier monitoring and reporting system for your SQL Servers and entire infrastructure.

  • SQL Server Monitoring with SolarWinds SAM

    Updated: 2023-03-26 05:00:00
    End to End Monitoring | Health | Availability - I need to monitor the SQL Server instances in my environment and our IT team has a need to monitor the health and availability of our overall environment. We need to understand the issues in the environment at a high level, prioritize our findings then drill into issues in order to correct them. Ideally we would like to have a single tool for the DBA, Development and Systems teams to use.

  • The difference between libraries and frameworks

    Updated: 2023-03-24 15:47:33
    The concept behind frameworks and libraries is to provide reusable code that you can use to perform everyday tasks so that developers don’t have to write all of the code from scratch for every project. Frameworks and libraries are designed to be modular and reusable, meaning they can be used in multiple projects without needing … The post The difference between libraries and frameworks appeared first on Simple Talk.

  • Extract SharePoint List Data and save to SharePoint Folder as CSV using Power Automate

    Updated: 2023-03-24 05:00:00
    In this article, learn how to automate the extraction of a SharePoint list dataset and create a CSV file in the SharePoint folder using Power Automate.

  • Data Transformation and Migration Using Azure Data Factory and Azure Databricks

    Updated: 2023-03-24 05:00:00
    In this article, learn how to use Azure Data Factory and Azure Databricks for data integration to manage a variety of data formats, including batch-streaming and unstructured and structured data.

  • Flight Plan API to load data into SQL Server using Python

    Updated: 2023-03-23 05:00:00
    In this article, we look at an API that allows us to retrieve flight information which we will use to load into a SQL Server table using Python code.

  • find segment name from block in oracle

    Updated: 2023-03-22 10:16:00
    Many times, you might need to determine the segment name given the file id and block number. The below query can be used for that SELECT segment_name, segment_typeFROM dba_extentsWHERE file_id = < file AND<block BETWEEN block_id and block_id + blocks - 1; Example SELECT segment_name, segment_type FROM dba_extents WHERE file_id = 101 AND 8758758 BETWEEN […] The post find segment name from block in oracle appeared first on Techgoeasy.

  • Three Use Case Examples for SQL Subqueries

    Updated: 2023-03-22 05:00:00
    In this article, we look at different ways of using subqueries in SQL Server with several examples using financial stock data.

  • Use DDL Triggers to Automatically Keep SQL Server Views in Sync

    Updated: 2023-03-22 05:00:00
    Learn how to use a SQL Server DDL trigger to automatically refresh SQL Server views when underlying tables are modified.

  • Introduction to Creating Interactive Data Visualizations with Python matplotlib in VS Code

    Updated: 2023-03-21 04:41:42
    In this tip, we present a step-by-step guide on how to present your data interactively using matplotlib and Python in VS Code.

  • Managing XML Files with Apache Spark

    Updated: 2023-03-21 04:41:42
    In this article, we look at how to read and write XML files using Apache Spark. The article walks through how to do this with different data sets.

  • Paging Data in T-SQL

    Updated: 2023-03-20 21:37:35
    Sometimes when working with very large sets of data, you may not want to return all of the data at once. I discussed using TOP in my previous article, which allowed you to only get a number of rows from the start of the results from a query. However, if you want to see the … The post Paging Data in T-SQL appeared first on Simple Talk.

  • Google Cloud Platform Overview for a Data Professional - Part 1

    Updated: 2023-03-20 05:00:00
    This article provides an overview of the Google Cloud Platform GCP core infrastructure for data implementations.

  • New functions in SQL Server 2022 - BIT_COUNT, GET_BIT and SET_BIT

    Updated: 2023-03-17 05:00:00
    Learn about the new functions BIT_COUNT, GET_BIT, AND SET_BIT in SQL Server 2022 and how these functions could be used.

  • Using a Star Schema for Power BI Reporting

    Updated: 2023-03-16 05:00:00
    I often hear the star schema is the best way to structure data for a Power BI model, I'm not familiar with this concept, what does this mean?

  • Snowflake Temporary Tables and Transient Tables vs. SQL Temporary Tables

    Updated: 2023-03-16 05:00:00
    Learn about the similarities and differences between Snowflake temporary tables and transient tables versus SQL temporary tables.

  • The SELECT Statement in Oracle

    Updated: 2023-03-16 00:26:45
    The SELECT statement is used to retrieve information from a database. Following the execution of a SELECT statement, a tabular result is held in a result table (called a result set). It allows you to select the table columns depending on a set of criteria. SELECT statements might be as straightforward as selecting a few … The post The SELECT Statement in Oracle appeared first on Simple Talk.

  • Working with Date and Time Data Types in SQL Server

    Updated: 2023-03-15 05:00:00
    Learn about the different SQL Server data types to store dates and times such as date, datetime, datetime2, smalldatetime, datetimeoffset, and time.

  • Run PowerShell Scripts with SQL Server Agent or Windows Task Scheduler

    Updated: 2023-03-15 05:00:00
    Learn how to schedule and automate your PowerShell scripts using either SQL Server Agent or Windows Task Scheduler.

  • Learn how to write SQL Queries with AND, OR, and NOT Logical Operators

    Updated: 2023-03-14 05:00:00
    Learn how to write SQL code and how to use AND, OR, and NOT logical operators when building queries along with several examples of how to construct the query.

  • Are PostgreSQL memory parameters magic?

    Updated: 2023-03-13 20:31:22
    Configuration parameters are the most mythical creatures in the world of PostgreSQL. Ordinary PostgreSQL users often do not know that PostgreSQL configuration parameters exist, let alone what they are and what they mean. There is a good reason for such ignorance since, in real life, ordinary users don’t have any say in how these parameters … The post Are PostgreSQL memory parameters magic? appeared first on Simple Talk.

  • Decentralizing Cloud Data Management to Improve Data Access and Governance

    Updated: 2023-03-13 05:00:00
    Learn how decentralizing cloud data management can help organizations improve data access, agility, data governance, security, and reduce costs and improve scalability.

  • SQL WHERE IS NOT NULL for SELECT, INSERT, UPDATE and DELETE

    Updated: 2023-03-13 05:00:00
    In this article, we look at how to use IS NOT NULL for a WHERE clause in SQL along with examples of how this can be used for SELECT, INSERT, UPDATE, and DELETE.

  • Adding a Buy-Sell Model to a Buy-and-Hold Model with T-SQL

    Updated: 2023-03-10 05:00:00
    In this article, learn how to use SQL Server and T-SQL code to determine a buy-sell model for financial securities along with several code examples.

  • Build a Better WordPress Archives Page Using MySQL

    Updated: 2023-03-10 00:00:06
    I recently wrote about a way to generate visual, interactive calendars in HTML by combining a calendar table with data from an events table (part 1 and part 2). This technique could be used to overlay any type of data onto calendars, but my specific goal was to make the monthly archives page on my … The post Build a Better WordPress Archives Page Using MySQL appeared first on Simple Talk.

  • Simulating TRY_PARSE for dates in SQL Server 2008

    Updated: 2023-03-09 05:00:00
    In this article, we look at code to simulate TRY_PARSE functionality when trying to determine valid dates for SQL Server versions 2008 and earlier.

  • Performance Considerations with SQL MERGE vs INSERT, UPDATE, DELETE

    Updated: 2023-03-08 05:00:00
    In this article, we look at the SQL MERGE command and whether this is faster or slower than executing INSERT, UPDATE and DELETE statements.

  • How to Create a Sunburst Chart in Power BI Desktop

    Updated: 2023-03-08 05:00:00
    Learn how to build sunburst charts with Power BI in this step-by-step example.

  • Why a monitoring tool is an essential tool for growing server estates

    Updated: 2023-03-07 19:08:26
    When I was a DBA involved with the management of a large number of database servers, I didn’t have many third-party tools to help me do my job. For the most part, I relied on scripts that I found or wrote. I enjoyed writing scripts to manage the servers, as it taught me a lot … The post Why a monitoring tool is an essential tool for growing server estates appeared first on Simple Talk.

  • CREATE VIEW SQL Server Tutorial

    Updated: 2023-03-07 05:00:00
    Learn the basics of creating VIEWs in SQL Server in this tutorial that shows why you should use VIEWs along with how to create with T-SQL and the SSMS GUI.

  • Code Reuse with Spark Functions for Azure Databricks

    Updated: 2023-03-07 05:00:00
    In this article, learn how to build functions for Azure Databricks to increase code reuse. We look at scalar functions, using functions, table functions, and user-defined functions.

  • Creating a Python Graphical User Interface Application with Tkinter

    Updated: 2023-03-06 05:00:00
    Learn how to build a Python graphical user interface application in this step-by-step article that builds a stock market data app along with all the source code.

  • How to Start Learning the SQL Query Language on SQL Server

    Updated: 2023-03-06 05:00:00
    Learn various ways to get started with the SQL language to help you build new skills or build upon existing skills.

Current Feed Items | Previous Months Items

Feb 2023 | Jan 2023 | Dec 2022 | Nov 2022